-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add magic value for P4 (ESPTOOL-921) #1008
base: master
Are you sure you want to change the base?
Conversation
The P4 on my dev board reports 0xFFFFFFFF as magic value. It's an engineering sample and it's self reporting as silicon version v0.1. I can't really judge if this should be merged though.
👋 Hello mutatrum, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. Click to see more instructions ...
Review and merge process you can expect ...
|
Hi @mutatrum, We have recently found out that the magic number autodetection method is not reliable for ESP32-P4, as the value at the arbitrary address ( Fortunately, this is shouldn't be a big deal for P4, as autodetection based on the magic number is just a fallback method. The |
We will keep this issue open as a tracker until it's resolved. Thanks again. |
The P4 on my dev board reports 0xFFFFFFFF as magic value. It's an engineering sample and it's self reporting as silicon version v0.1. I can't really judge if this should be merged though.